Skip to content

Conversation

@Sirivasv
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings August 30, 2025 10:49
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds separate npm build and publish workflows, refactors the test directory path, and updates the package version to 0.6.0. The changes improve CI/CD organization by splitting concerns between testing/building and publishing.

  • Split npm workflows into separate build and publish workflows for better separation of concerns
  • Updated test directory reference from "tests" to "test" in package.json
  • Version bump to 0.6.0 and improved workflow naming consistency

Reviewed Changes

Copilot reviewed 5 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
package.json Updated version to 0.6.0 and corrected test directory path
.github/workflows/npmjs.yml Removed original combined npm workflow
.github/workflows/npm-publish.yml Added dedicated npm publish workflow with improved step naming
.github/workflows/npm-build.yml Added new build/test workflow for pull requests and main branch pushes
.github/workflows/dockerhub-build-publish.yml Updated trigger to use release events and improved step naming

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Sirivasv Sirivasv merged commit 955fa2a into main Aug 30, 2025
4 checks passed
@Sirivasv Sirivasv deleted the feat/npm-build-refactor branch August 30, 2025 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants